From: Matthias Clasen Date: Mon, 6 Feb 2012 20:43:47 +0000 (-0500) Subject: More resetting X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~18153 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=137bab87103ddadfcac30a4f587e40aa741d843a;p=gtk%2B3.0.git More resetting --- diff --git a/tests/reftests/css-match-region-matches-star.css b/tests/reftests/css-match-region-matches-star.css index ef6c258eab..96203ac502 100644 --- a/tests/reftests/css-match-region-matches-star.css +++ b/tests/reftests/css-match-region-matches-star.css @@ -1,3 +1,5 @@ +@import "reset-to-defaults.css"; + GtkNotebook * GtkLabel { color: blue } diff --git a/tests/reftests/css-match-regions.css b/tests/reftests/css-match-regions.css index 901534fde0..21a3f0f444 100644 --- a/tests/reftests/css-match-regions.css +++ b/tests/reftests/css-match-regions.css @@ -1,3 +1,5 @@ +@import "reset-to-defaults.css"; + * { color: blue; }